home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / delfin.zip / README.TXT < prev   
Text File  |  1996-08-06  |  2KB  |  47 lines

  1.  
  2. README-File                DelFin for Delphi v. 0.9 beta
  3. ===========                =============================
  4.  
  5.  
  6. Thank you for trying 'DelFin' for Delphi.
  7.  
  8. To integrate components to the Delphi Application Development Environment
  9. and have them added to and accessable to click into your applications from
  10. the Component palette, in Delphi, run Options | Add/Install components.
  11. There, select the file Optreg.PAS, and click [ OK ] (compile a new 
  12. component-library). The new components will show up in your Component 
  13. palette defaulting to page 'DelFin'.
  14.  
  15. The library now includes two components to calculate the price and "Greeks"
  16. of Call and Put options based on Black and Scholes (1973) model. The components
  17. also calculates the implied volatility of the options.
  18.  
  19. Instructions for use
  20.  
  21. 1. It is your responsibility to check the validity of the data input, such as
  22. exercise date > current date, stock price > 0, interest rate >0, volatility >0, 
  23. etc.
  24.  
  25. 2. The demo program is a good place to familiarize yourself with the components.
  26. To run the demo program you should have TurboPower's Orpheus. Otherwise, the 
  27. DEMO.EXE is included in the zip file. The DEMO source file is useful in constructing
  28. your own application.
  29.  
  30.  
  31. 3. All the "Greeks" are read only fields computed upon request.
  32.  
  33. 4. The components are fully functional. The last exercise date is limited to 31/12/96.
  34.  
  35. I hope to finish the first version until the end of this month. The shareware
  36. will cost $24 without sources and $59 with sources.
  37.  
  38. I am developing a full set of financial modeling tools for option and fixed income 
  39. securities. Any suggestions are welcome.
  40.  
  41. Have fun with our Components
  42.  
  43. Ido Freidlin
  44. Ben-Shahar Schwartz Ltd.
  45. Compuserve: 100320,1647
  46. Internet: 100320.1647@compuserve.com
  47.